home *** CD-ROM | disk | FTP | other *** search
- This Update: 30 Dec 1997
-
- 7K14 - minor maintenance release
-
- -- Added code to save qualities of email network data via MSG/ADD/OUT
- -- Fixed a timer routine that had a slight miscalculation of the time.
-
- 7K16
- -- Fixed a possible divide by zero error in CTDL, MSGOUT, and MSGADD.
-
-
-
- 7L12
- -- Attempted to fix "back to modem mode" when trying to login at the
- console.
-
-
- 8A01 - Yearly cleanup...
-
- -- Added new confg parameter #AREXXPORT. This parameter allows you
- to name the ARexx Port to anything you want. This is of use with
- another change. If the current ARexx Port exists, the default is
- Citadel_68K_PORT, Citadel will not start up and will issue the error
- code 44 as the startup error.
- What this means is that if for some reason you wish to run 2 citadels
- at the same time, you must use a different configuration file and name
- the ARexx Ports differently. Great care must be taken if you do this
- since two citadel will corrupt the message/user files if they both try
- to update them.
-
- -- Fixed a bug in the .RS routine, actually several...
- The message display function had a bug where it checked the first
- parameter for NULL when it used the second or third parameter. This
- could cause a trap. Also found that the PrintPretty which formatted
- the numbers was overlaying the buffer of the first call with the second
- causing the noticed problem of the numbers of messages to be displayed
- the same.
-
- -- Rewrote the PrintPretty to not be recursive.
-
- -- Added stats gathering in MSGOUT and MSGADD so networking data is collected
- for email networking.